cssstaticstyle: Avoid ref'ing specified value in compute_value
authorTimm Bäder <mail@baedert.org>
Thu, 22 Aug 2019 10:14:33 +0000 (12:14 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 9 Sep 2019 15:36:24 +0000 (17:36 +0200)
commitf3fdf58ff795213832e311ea5d40c4e074d54609
tree49081100e213aaf408f3a51d5e63bca0a1265882
parent3073e6585129e013170ea518152345c7883a70fa
cssstaticstyle: Avoid ref'ing specified value in compute_value

There are alerady _get functions for GtkCssInheritValue and
GtkCssInitialValue, so use those. We can avoid a ref+unref pair this
way.
gtk/gtkcssstaticstyle.c